const github.com/jackc/pgx/v5/pgconn.pipelineFlushRequest

5 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2286: 	pipelineFlushRequest
		pgconn.go#L2338: 	if req != pipelineFlushRequest {
		pgconn.go#L2341: 	if req == pipelineFlushRequest || req == pipelineSyncRequest {
		pgconn.go#L2533: 	p.state.PushBackRequestType(pipelineFlushRequest)
		pgconn.go#L2621: 	case pipelineFlushRequest: